home *** CD-ROM | disk | FTP | other *** search
- /*-----------------------------------------------------------------------
- ;
- ; XLIB_ALL - header file
- ;
- ;
- ; ****** XLIB - Mode X graphics library ****************
- ; ****** ****************
- ; ****** Written By Themie Gouthas ****************
- ;
- ; egg@dstos3.dsto.gov.au
- ; teg@bart.dsto.gov.au
- ;
- ;
- ; Terminology & notes:
- ; VRAM == Video RAM
- ; SRAM == System RAM
- ; X coordinates are in pixels unless explicitly stated
- ;
- ;----------------------------------------------------------------------*/
-
- extern "C" {
- #include "XLIB.H"
- #include "XPOINT.H"
- #include "XRECT.H"
- #include "XLINE.H"
- #include "XPAL.H"
- #include "XTEXT.H"
- #include "XPBITMAP.H"
- #include "XCBITMAP.H"
- #include "XDETECT.H"
- #include "XBMTOOLS.H"
- #include "XFILEIO.H"
- #include "XRLETOOL.H"
- #include "XBEZIER.H"
- #include "XVBITMAP.H"
- #include "XMOUSE.H"
- #include "XPBMCLIP.H"
- #include "XCIRCLE.H"
- #include "XCLIPPBM.H"
-
- }